home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX Base Documentation 1999 May
/
SGI IRIX Base Documentation 1999 May.iso
/
CDsgihelp
< prev
next >
Wrap
Text File
|
1998-11-02
|
667b
|
23 lines
#! /bin/sh
SRCDIR=`dirname $0`
if [ $SRCDIR = "." ]
then
SRCDIR=`pwd`
fi
echo "\nSGIHelp\n\
=======\n\
SGIHelp requires that some additional startup information be supplied in order\n\
to work properly with the content found on this CD-ROM. Follow these steps:\n\n\
1. Edit/create a local .Xdefaults file in your home directory.\n\n\
2. Add the following lines:\n\n\
\tSGIHelp*defHelpPath: $SRCDIR/usr/share/help\n\
\tSGIHelp*defLibPath: $SRCDIR/usr/share/Insight/library\n\n\
3. Save the file.\n\n\
4. SGIHelp should now find/use the content found on this CD-ROM.\n\n\
5. Remove or comment-out these lines if this CD-ROM is not being used.\n"
exit